home *** CD-ROM | disk | FTP | other *** search
/ Tripas 5 / TRIPAS 005.iso / Wos.EXE / 2015 / models / fdancer.def < prev    next >
Encoding:
Text File  |  1999-02-24  |  3.3 KB  |  136 lines

  1. SDEF
  2. // Female dancer for dancing in nightclub and adding babage to 
  3. // casino.
  4. //
  5. // Author: Boon
  6. //
  7.  
  8. // SINED SECTION
  9. //
  10. /*SINED Innocent_FemaleDancer (1 .5 0) (0 0 0) (0 0 0)
  11. Female Dancer with all skins
  12. */
  13.  
  14. // --------------------------------------------------------------------------
  15. // FILE DECLARATIONS
  16. //
  17. // Model Commands
  18. path models/jessica
  19.  
  20. scale 1.3
  21.  
  22. // Base Model
  23. jessica_base.sbm
  24.  
  25. // Skins
  26. normal    fdancer_03a.tga    //Red crop top
  27. normal    fdancer_03ab.tga    //Blue crop top with purple spots
  28. normal    fdancer_03ac.tga    //Green and purple swirly crop top
  29. normal    fdancer_03ad.tga    //Blue and pink swirly crop top
  30. normal    fdancer_03ae.tga    //Purple and red swirly crop top
  31. normal    fdancer_03b.tga    //Purple dress
  32. normal    fdancer_03c.tga    //Green and blue crocodile skin sort of dress
  33. normal    fdancer_03d.tga    //Blue dress with green spots
  34. normal    fdancer_03e.tga    //Purple and orange swirly dress
  35. normal    fdancer_03f.tga    //Green and pink splotchy dress
  36. normal    fdancer_03g.tga    //Blue and purple splotchy dress
  37. normal    fdancer_03h.tga    //Blue and yellow stripey dress
  38. normal    fdancer_03i.tga    //Black, with pink and yellow dress
  39. normal    fdancer_03j.tga    //with blue and purple dress
  40. normal    fdancer_03k.tga    //with green and yellow dress
  41.  
  42. damage    fdancer_damage_03a.tga
  43. damage    fdancer_damage_03ab.tga
  44. damage    fdancer_damage_03ac.tga
  45. damage    fdancer_damage_03ad.tga
  46. damage    fdancer_damage_03ae.tga
  47. damage    fdancer_damage_03b.tga
  48. damage    fdancer_damage_03c.tga
  49. damage    fdancer_damage_03d.tga
  50. damage    fdancer_damage_03e.tga
  51. damage    fdancer_damage_03f.tga
  52. damage    fdancer_damage_03g.tga
  53. damage    fdancer_damage_03h.tga
  54. damage    fdancer_damage_03i.tga
  55. damage    fdancer_damage_03j.tga
  56. damage    fdancer_damage_03k.tga
  57.  
  58. // Normal Animations
  59. idle1        twostep_a.sam //girls only
  60. twitch1    twostep_b.sam
  61. idle2        twostep_c.sam
  62. walk        walk.sam
  63. death        death.sam
  64. run1        flee_a.sam
  65. //run2        flee_b.sam
  66. //run3        flee_c.sam
  67. //run4        flee_d.sam
  68. pain        cower.sam
  69.  
  70. // Optional Animations
  71. scream.sam
  72. cower.sam
  73. dance4    twostep_d.sam //boys only
  74.  
  75. new_face_test.sam
  76. new_face_test2.sam
  77.  
  78. // Scripted Animations
  79. chair_a.sam
  80. chair_b.sam
  81. chair_c.sam
  82. lean.sam
  83. talk.sam
  84.  
  85. // Id And Group Definitions
  86. id 10 group head flesh
  87. group head damage 2.0
  88. id 20 group torso_front flesh
  89. id 100 group torso_front flesh
  90. group torso_front damage 1.2
  91. id 22 group torso_back flesh
  92. id 101 group torso_back flesh
  93. group torso_back damage 1
  94. id 30 group leg_left flesh
  95. group leg_left damage 0.4
  96. id 40 group leg_right flesh
  97. group leg_right damage 0.4
  98. id 50 group arm_left flesh
  99. group arm_left damage 0.7
  100. id 60 group arm_right  flesh
  101. group arm_right damage 1
  102.  
  103.  
  104. // -----------------------------------------------------------------------------
  105. // INITIALIZATION SECTION
  106. //
  107. !init:
  108. //
  109. // SERVER Initialization Commands
  110. //
  111. // Class Setup
  112. server classname actor
  113. server script global/neutral.scr
  114. server setsize "-16 -16 0" "16 16 80"
  115. server crouchsize "-16 -16 0" "16 16 64"
  116. server health 30
  117. server painthreshold 1
  118.  
  119. // Sound Aliases
  120.  
  121. //
  122. // CLIENT Initialization Commands
  123. //
  124. // Sound Aliases
  125.  
  126. // -----------------------------------------------------------------------------
  127. // MAIN SECTION
  128. //
  129. !main:
  130.  
  131. // Special Commands
  132. server crouch_down last nextanim crouch_idle
  133.  
  134. //Her lean animation incorporates its own idle by looping on itself
  135. server lean 14 nextframe 8
  136.